Platform Explorer / Nuxeo Platform LTS 2019 10.10

Bundle Group org.nuxeo

Documentation

  • README.md

    About / Synopsis

    This plugin provides a wrapper for Computer Vision Services. Currently it supports the Google Vision API and the AWS Rekognition API.

    Installation

    Google Vision

    • Configure a Google service account
    • As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
    • Upload the JSON key file on your instance
    • Edit nuxeo.conf
    org.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE
    

    AWS Rekognition

    • Configure a key/secret pair in the AWS console
    • Check the FAQ to see in which regions the API is available
    • Edit nuxeo.conf
    org.nuxeo.vision.default.provider=aws
    org.nuxeo.vision.aws.region=
    org.nuxeo.vision.aws.key=
    org.nuxeo.vision.aws.secret=
    

    ##Plugin

    • From the Nuxeo Marketplace: install the Nuxeo Vision package.
    • From the Nuxeo server web UI "Admin / Update Center / Packages from Nuxeo Marketplace"
    • From the command line: nuxeoctl mp-install nuxeo-vision

    Code

    QA

    Build Status

    Requirements

    Build requires the following software:

    • git
    • maven

    Limitations

    N/A

    Build

    git clone https://github.com/nuxeo/nuxeo-vision
    cd nuxeo-vision
    mvn clean install
    

    Deploy (how to install build product)

    • Install the marketplace package

    ###Google Vision

    • Configure a Google service account
    • As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
    • Upload the JSON key file on your instance
    • Edit nuxeo.conf
    org.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE
    

    ###AWS Rekognition

    • Uses the credentials defined by the Nuxeo AWS service.
    • Check the FAQ to see in which regions the API is available
    • Edit nuxeo.conf
    org.nuxeo.vision.default.provider=aws
    nuxeo.aws.accessKeyId=your_AWS_ACCESS_KEY_ID
    nuxeo.aws.secretKey=your_AWS_SECRET_ACCESS_KEY
    nuxeo.aws.region=your_AWS_REGION
    

    Resources (Documentation and other links)

    Plugin Documentation Google Vision AWS Rekognition

    Contributing / Reporting issues

    JIRA

    License

    Apache License, Version 2.0

    About Nuxeo

    The Nuxeo Platform is an open source customizable and extensible content management platform for building business applications. It provides the foundation for developing document management, digital asset management, case management application and knowledge management. You can easily add features using ready-to-use addons or by extending the platform using its extension point system.

    The Nuxeo Platform is developed and supported by Nuxeo, with contributions from the community.

    Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.

Bundles